projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05fa06b
)
rockchip: dwmmc: add rk2928-dw-mshc compatible
author
Heiko Stuebner
<
[email protected]
>
Fri, 21 Sep 2018 08:59:46 +0000
(10:59 +0200)
committer
Philipp Tomsich
<
[email protected]
>
Tue, 2 Oct 2018 07:35:09 +0000
(09:35 +0200)
The rk3188 works nicely with the rockchip mmc driver, so we just need
to add the different compatible for it - as used in the Linux kernel.
Signed-off-by: Heiko Stuebner <
[email protected]
>
Reviewed-by: Philipp Tomsich <
[email protected]
>
Acked-by: Philipp Tomsich <
[email protected]
>
drivers/mmc/rockchip_dw_mmc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/rockchip_dw_mmc.c
b/drivers/mmc/rockchip_dw_mmc.c
index f54d95a881a52307d59660451f80183b9bc21780..bf2d83a52c5c69428b86f8388dc9228f868525d5 100644
(file)
--- a/
drivers/mmc/rockchip_dw_mmc.c
+++ b/
drivers/mmc/rockchip_dw_mmc.c
@@
-156,6
+156,7
@@
static int rockchip_dwmmc_bind(struct udevice *dev)
}
static const struct udevice_id rockchip_dwmmc_ids[] = {
+ { .compatible = "rockchip,rk2928-dw-mshc" },
{ .compatible = "rockchip,rk3288-dw-mshc" },
{ }
};